| plateId | unsigned int | ID is used as an identifier and is used to associate with IVE_VEHICE_ITEM_INFO. |
| szProvince | char[32] | The province to which the license plate belongs. |
| color | unsigned char | Color. 0-Unknown, 1-Red, 2-Orange, 3-Yellow, 4-Green, 5-Blue, 6-Cyan, 7-Purple, 8-Black, 9-White, 10-Silver, 11-Grey, 12-Gold, 13-Brown |
| year | unsigned char | Annual payment. 0-Unknown, 1-2008, 2-2009, 3-2010, 4-2011, 5-2012, 6-2013, 7-2014 , 8-2015, 9-2016, 10-2017, 11-2018, 12-2019, 13-2020, 14-2021 |
| type | unsigned char | Type. 0-unknown, 1-car, 2-SUV, 3-MPV, 4-sports car, 5-van, 6-bus, 7-school bus, 8-bus, 9-light passenger car, 10-pickup truck, 11-truck, 12-special vehicle |
| brand | char[48] | Brand string |
| model | char[48] | Model string |
| brandType | unsigned int | Brand. For the corresponding value, see the enumeration structure IVE_Car_Brand. |
| modelType | unsigned int | Model. For corresponding values, see the enumeration structure IVE_Car_Model. |
| carRectX | unsigned short | X coordinate of the upper left corner. |
| carRectY | unsigned short | Y coordinate of the upper left corner. |
| carRectWidth | unsigned short | Area width. |
| carRectHeight | unsigned short | Area height. |
| resrv | char[12] | 12 bytes remaining |